home *** CD-ROM | disk | FTP | other *** search
/ Glamour Girls 2 / Glamour Girls II.iso / mac / bobwin.dir / 00095_Script_95 < prev    next >
Text File  |  1995-06-13  |  432b  |  23 lines

  1. on exitFrame
  2.   global profile
  3.   set profile =0
  4.   
  5.   global profile
  6.   if profile = 0 then
  7.     set the visible of sprite 2 to False
  8.   else if profile = 1 then
  9.     set the visible of sprite 2 to True
  10.   end if
  11.   
  12.   global soundbutton
  13.   
  14.   if soundbutton = 0 then
  15.     set the visible of sprite 3 to False
  16.   else if soundbutton = 1 then
  17.     set the visible of sprite 3 to True
  18.   end if
  19.   
  20.   go to "Video 1"
  21.   
  22.   
  23. end